home *** CD-ROM | disk | FTP | other *** search
/ My Secret Beach / My Secret Beach.iso / mac / My Secret Beach / Wphoto.DIR / 00001_Script_1 next >
Text File  |  1996-02-16  |  659b  |  35 lines

  1. on StartMovie
  2.   set the MouseUpScript to "MouseActionTable"  
  3. end
  4.  
  5. on MouseActionTable
  6.   if the clickOn = 5 then 
  7.     go to the frame-5
  8.   end if
  9.   if the clickOn = 6 then
  10.     go to the frame+600
  11.   end if  
  12.   if the clickOn = 7 then 
  13.     go to the frame+3
  14.   end if  
  15.   if  the clickOn = 9 then 
  16.     go to the frame+2
  17.   end if
  18.   if  the clickOn = 10 then 
  19.     go to the frame-2
  20.   end if  
  21.   if  the clickOn =11 then 
  22.     go to 600
  23.   end if
  24.   if  the clickOn =12 then 
  25.     go to the frame-600
  26.   end if  
  27. end
  28.  
  29. on idle
  30.   if soundBusy(2) =0 then
  31.     sound playFile 2, "My Secret Beach:My Secret Beach:sound:MAIN.AIF"
  32.   end if
  33. end
  34.  
  35.